home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1
/
Nebula One.iso
/
Mail
/
MailEnclosure
/
MESendModules
/
Source
/
NeXTMail
/
NeXTMail.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-06-12
|
216 b
|
17 lines
#import "MailMessage.h"
@interface NeXTMail : MailMessage
{
id tmpDir;
id attachFile;
}
+(BOOL)supportsAttachments;
-initForMUA: (const char *)anApp andMTA: (const char *)aMailer;
-free;
-buildBody;
@end